Skip to content

[4.x] Supports Laravel 13#587

Merged
taylorotwell merged 5 commits into4.xfrom
laravel13
Feb 7, 2026
Merged

[4.x] Supports Laravel 13#587
taylorotwell merged 5 commits into4.xfrom
laravel13

Conversation

@crynobone
Copy link
Member

No description provided.

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@taylorotwell
Copy link
Member

Tests failing on this one @crynobone

@taylorotwell taylorotwell marked this pull request as draft February 6, 2026 12:14
crynobone and others added 4 commits February 7, 2026 06:50
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@crynobone
Copy link
Member Author

Fixed

@crynobone crynobone marked this pull request as ready for review February 6, 2026 22:59
$requestGuardCreator = fn ($config) => $this->createGuard($auth, $config);

$auth->extend('sanctum', function ($app, $name, array $config) use ($requestGuardCreator) {
return tap($requestGuardCreator($config), function ($guard) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taylorotwell taylorotwell merged commit e3b85d6 into 4.x Feb 7, 2026
13 checks passed
@taylorotwell taylorotwell deleted the laravel13 branch February 7, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants